home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / recipe.sit / Recipe Box / background_2707.txt < prev    next >
Encoding:
Text File  |  1988-08-19  |  2.4 KB  |  125 lines

  1. -- background: 2707 from stack: in
  2. -- bmap block id: 4737
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openBackground
  8.   push card
  9. end openBackground
  10.  
  11.  
  12. -- part 3 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=263 top=290 right=319 bottom=329
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 27009 / 27009
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: next
  24. ----- HyperTalk script -----
  25. on mouseUp
  26.   go to next card
  27. end mouseUp
  28.  
  29.  
  30.  
  31. -- part 4 (button)
  32. -- low flags: 00
  33. -- high flags: 0000
  34. -- rect: left=191 top=290 right=320 bottom=256
  35. -- title width / last selected line: 0
  36. -- icon id / first selected line: 9301 / 9301
  37. -- text alignment: 1
  38. -- font id: 0
  39. -- text size: 12
  40. -- style flags: 0
  41. -- line height: 16
  42. -- part name: back
  43. ----- HyperTalk script -----
  44. on mouseUp
  45.   go to prev card
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 6 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=7 top=241 right=275 bottom=46
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 20098 / 20098
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Home
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   visual effect iris close
  65.   go "Home"
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 7 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=5 top=280 right=319 bottom=47
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 32670 / 32670
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: 
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   show all cards
  85. end mouseUp
  86.  
  87.  
  88.  
  89. -- part 9 (button)
  90. -- low flags: 00
  91. -- high flags: 0000
  92. -- rect: left=468 top=293 right=332 bottom=510
  93. -- title width / last selected line: 0
  94. -- icon id / first selected line: 26635 / 26635
  95. -- text alignment: 1
  96. -- font id: 0
  97. -- text size: 12
  98. -- style flags: 0
  99. -- line height: 16
  100. -- part name: Help
  101. ----- HyperTalk script -----
  102. on mouseUp
  103.   go to card "Recipe Help"
  104. end mouseUp
  105.  
  106.  
  107. -- part 10 (button)
  108. -- low flags: 00
  109. -- high flags: 8003
  110. -- rect: left=12 top=323 right=339 bottom=40
  111. -- title width / last selected line: 0
  112. -- icon id / first selected line: 0 / 0
  113. -- text alignment: 1
  114. -- font id: 0
  115. -- text size: 12
  116. -- style flags: 0
  117. -- line height: 16
  118. -- part name: Art
  119. ----- HyperTalk script -----
  120. on mouseUp
  121.   push card
  122.   go to card "Art ideas"
  123. end mouseUp
  124.  
  125.